You are here: Administering Flow > Configuring Flow > Data Definitions > File Definitions

File Definitions

File Definitions allow you to "describe" the structure of your files to the Flow application. This allows Flow to understand your particular file structure and read and write data to it. This gives you the flexibility to interact with any file as you are in complete control over the definition.

A File Definition can be used to describe Flat Files, XML Files, and EDI Files. Flat Files are any structured text file either fixed length or delimited. XML Files are any XML based file that can be described using XML Schema (XSD). EDI Files are any UN/EDIFACT or ANSI based files.

A File Definition is an in-memory representation of the data you are going to read or write from the file. When reading data the definition is opened and the data loaded from the file into memory. The data is retained in memory until the definition is closed.

When writing data the definition is opened against the database but no file is read. This provides an in-memory representation of what the data structure is. You then write data into the definition using a map, and this is subsequently output in the appropriate format to the file on the hard disk. Even after writing the data to the file, the data is retained in memory until the definition is closed. If the act of writing to the file has caused auto-generated fields to create values, these values can be returned to the in-memory dataset.

You can create a single File Definition and use it against multiple similar files simply by assigning a different File Connection. When assigning a File Connection to a File Definition it is considered a design time assignment, when coming to use the File Definition in an Action you have the chance to reassign the File Connection (run time assignment). This allows you to use the same File Definition in multiple Actions each with their own File Connection.

ClosedCreate a File Definition
ClosedEdit a File Definition
ClosedDelete a File Definition
ClosedCopy a File Definition
ClosedExport a File Definition
ClosedImport a File Definition
ClosedChange Security on File Definition
ClosedRefresh list of File Definitions